Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-enable all tests in CI #940

Merged
merged 3 commits into from
Feb 12, 2025
Merged

Conversation

hutch3232
Copy link
Contributor

Perhaps this is intentional (if so feel free to close this PR) but it looks like only one test is being selected to run with the rest being skipped. Suspect that is not wanted.

@martindurant
Copy link
Member

Thanks, it was definitely not intentional!

Now we see you that "Exclusive" writes fail on older botocore, which is expected. Can you add a skipif, please?

@hutch3232
Copy link
Contributor Author

I'm not sure if this was the right way to go about this, but since the exclusive write tests were failing when aiobotocore was < 2.9.0, I went to the 2.8.0 release:
https://github.com/aio-libs/aiobotocore/blob/ab08687fdedd5407ab53315716c097543957c684/setup.py#L10
I picked up the upper bound for botocore there.

@martindurant
Copy link
Member

Seems to do exactly the right thing.

@martindurant martindurant merged commit 3c3cd41 into fsspec:main Feb 12, 2025
21 checks passed
@hutch3232 hutch3232 deleted the run_all_tests_ci branch February 12, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants